fix portability issues that led to Hurd build failures
authorDebian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Thu, 16 Oct 2025 21:24:56 +0000 (17:24 -0400)
committerAaron M. Ucko <ucko@debian.org>
Thu, 16 Oct 2025 21:24:56 +0000 (17:24 -0400)
commit5c25f6bc52100aa4520dd41cb9739b6b644bdd6c
tree90ef498fe028e314fb30a7637df4e4e53b31a52b
parentcfd258964c404cfa6e676082c58b922651a12364
fix portability issues that led to Hurd build failures

* src/build-system/configure(.ac):
  - Reflect the Hurd's support for -Wl,rpath,... .
* src/connect/ncbi_socket_cxx.cpp, src/connect/ext/ncbi_localnet.c:
  cope with missing PATH_MAX everywhere, not just under Windows.

Author: Aaron M. Ucko <ucko@debian.org>
Last-Update: 2020-09-19

Gbp-Pq: Name hurd_fixes
c++/src/build-system/configure
c++/src/build-system/configure.ac
c++/src/connect/ncbi_localip.c
c++/src/connect/ncbi_socket_cxx.cpp